runAction

inline fun runAction(flush: Boolean = true, block: () -> Unit)

Runs block, failing the action if exceptions are thrown

Sources

js source
Link copied to clipboard